home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / gfx / show / Flx.lha / Flx.doc < prev    next >
Text File  |  1980-01-16  |  9KB  |  269 lines

  1.  
  2.                                     FLX V0.9
  3.  
  4.                             coded by Ornaghi Alfredo
  5.  
  6.                             E-Mail :  ted@intercom.it
  7.  
  8.                      Web page: http://www.intercom.it/~ted/
  9.  
  10.  
  11.  
  12.                                 FREEWARE VERSION
  13.  
  14.  
  15.  
  16. Flx is a .FLI and .FLC animation viewer.
  17. Flx shows the animations inside a Workbench's window or in its own 256 colours
  18. screen.
  19. Flx has been completely written in 68020 assembler. !!!
  20.  
  21. These are the characteristics of FLX :
  22.  
  23. - it shows the animation on a Workbench's window
  24. - it shows the animation on a 256 colours screen
  25. - possibility to use the original animation palette (256 colours Wb)
  26. - possibility to use the original Workbench palette with any number of colours
  27. - automatic colours remapping (Workbench based)
  28. - reduction of the number of colours used by animation, in order to show it in WB
  29.   (for example : from 256 to 16)
  30. - real time animation reshaping to adapt it to the window's dimension
  31. - it shows the frame number and the total number of frames in the window's title
  32. - possibility to show simultaneously more animations, executing FLX many times
  33.   (memory limited)
  34.  
  35.  
  36. Through the menus it is possible :
  37. - OPEN SCREEN : to open a 256 colours screen for the animation
  38. - CLOSE SCREEN: to close the screen opened with OPEN SCREEN
  39. - PALETTE ANIM: to use the original animation palette (better with 256 colours WB)
  40. - PALETTE WB  : to use the original Workbench palette (with re-mapping, scaling,
  41.   and so on)
  42. - LOAD ANIM   : to load a new animation (available from the 0.9 version)
  43. - ABOUT       : information about the programme 
  44. - QUIT        : exit from FLX
  45.  
  46.  
  47.  
  48.  
  49. SYSTEM REQUIREMENTS:
  50.   Amiga OS 2.04+ (68020 or greater!)
  51.  
  52.  
  53.  
  54. HOW TO USE FLX:
  55.   Usege: CLI only:
  56.  
  57.   flx [ANIM NAME],[XPOS],[YPOS],[XSIZE],[YSIZE],[MAXX],[MAXY]
  58.  
  59.       ANIM NAME   = file's name
  60.       XPOS,YPOS   = the new positions for this window
  61.       XSIZE,YSIZE = the new dimensions for this window
  62.       MAXX,MAXY   = the new limits for the size of this window
  63.  
  64.  
  65.  
  66.   example:
  67.  
  68.  
  69.   flx hd1:anim/prova.fli 10 10 320 200 640 400
  70.  
  71.                          |  |   |   |   |   |
  72.                          |  |   |   |   |   |
  73.           X position  ---   |   |   |   |   |
  74.                             |   |   |   |   |
  75.           Y position  ------    |   |   |   |
  76.                                 |   |   |   |
  77.               X size  ----------    |   |   |
  78.                                     |   |   |
  79.               Y size  --------------    |   |
  80.                                         |   |
  81.      max X dimension  ------------------    |
  82.                                             |
  83.      max Y dimension  ----------------------
  84.  
  85.  
  86.  
  87.  
  88.  
  89. HISTORY:
  90. - 0.9 : aminet version
  91.   - some bugs corrected !!! Now Flx is more stable then previous!!
  92.   - new functions added about information on animation
  93.   - added drawer and file path
  94.   - added support for not standard 320x200 file!
  95.   - added BestModeIDA for open screen
  96.   - command line parsing is now done with ReadArgs()
  97.        -  animation's name
  98.        -  position's window (X & Y)
  99.        -  window's size (X & Y)
  100.        -  maximum window's size (X & Y)
  101.   - fixed guru's bug in asl file request access
  102.   - fixed dug in window's size
  103.   - fixed bug in file's name using asl.library
  104.   - fixed bug in window's size
  105.   - fixed bug in colours remapping routine
  106.   - added keyboard shortcuts
  107.  
  108.   - Already corrected bug in 0.9beta :
  109.        -  There seems to be a bug in the *Window's Size* option. When you go
  110.           from one percentage to a lower %'age (e.g. 50% -> 30% or 70% -> 60%
  111.           etc.), the sizing gadget and the vertical blue border gets fucked up.
  112.             From : Jan-Tore Eliassen (E-MAIL: jteliassen@mail.link.no )
  113.  
  114.        -  If you use the *Window's Size* option when you *haven't* loaded an
  115.           anim, it jumps to a 10% window, and won't get bigger no matter what
  116.           %'age you try to pick. Have to use the mouse to get it bigger. When
  117.           you have loaded an anim *Window's Size* option work again.
  118.             From : Jan-Tore Eliassen (E-MAIL: jteliassen@mail.link.no )
  119.  
  120.        -  When I use the *Project/Load Anim* and there's a long path name, Flx
  121.           doesn't find the file. If I try a couple of times my Amiga crashes...
  122.           e.g. cd0:resources/animations/fli/fli_anims/<fli-animation> (I use
  123.           the FLI animations on Amiga Format CD3 for test purposes).
  124.             From : Jan-Tore Eliassen (E-MAIL: jteliassen@mail.link.no )
  125.  
  126.  
  127. - 0.9beta (only for beta-tester) :
  128.   - Added asl.library for file request
  129.   - Menus are now font-sensitive
  130.   - News functions added in menus:
  131.     - New about
  132.     - Size window from 10% to 100% of the original
  133.     - Frame's number/Total frames's number in window's title
  134.   - Changed some internal codes, the new size is about the half of previous
  135.     version....
  136.   - Scaling routine has been optimized at 100%
  137.   - Scaling and colours remapping routine has been optimized at 100%
  138.   - Internal buffer of 64000 byte has been eliminated.
  139.   - Max window width (320) and window height (200) are now illimitate...
  140.     (only in version 0.9 final!
  141.   - Menus in flx's screen was removed! Now Close Screen = Esc!
  142.  
  143.  
  144.   - Already corrected bug :
  145.  
  146.     - Close Screen option always puts the animation's palette: bug fixed!
  147.     - Open Window after Close Screen puts a wrong size : bug fixed!
  148.  
  149.  
  150.   - Already corrected bug report :
  151.  
  152.        -  Every time that I ran FLX the program kept >~62k of Chip mem.
  153.             From : peter mysliwy (E-MAIL : pamiga@user1.channel1.com)
  154.  
  155.        -  Make the program font sensitive. The menues look real *crap* on my
  156.           8bit CyberGfx 768x576 screen.
  157.             From : Jan-Tore Eliassen (E-MAIL: jteliassen@mail.link.no )
  158.  
  159.        -  The menus' layout is not correct and not font-adaptive, at least in
  160.           my 800x600 CyberGFX Wb with "Times 13"
  161.             From : Daniele Carnino (E-MAIL: Daniele.Carnino@p54.f21.n334.z2.
  162.                                             fidonet.org)
  163.  
  164.        -  When the visualization on the screen is activated, the menus place
  165.           themselves behind the running animation
  166.             From : Daniele Carnino (E-MAIL: Daniele.Carnino@p54.f21.n334.z2.
  167.                                             fidonet.org)
  168.  
  169.        -  It works GREAT here but I have found a small problem that shows up
  170.           if you put the fli/flc filename in a pair or "".
  171.             From: Bahman Moallem (E-MAIL:bamo@sbbs.se)
  172.  
  173.        -  I found a FLC anim that FLX doesn't play properly.
  174.             From: Bahman Moallem (E-MAIL:bamo@sbbs.se)
  175.  
  176. - 0.8  : this is the first public release!
  177.  
  178.  
  179.  
  180. REPORTED TO WORK ON:
  181. - A1200 + 1220 (68020/28+68882/33) + 4 Mb fast          (This is my amiga)
  182. - A1200 + 1260 + 1230 scsi + 20 Meg fast ram            (Peter Mysliwy)
  183. - A4000/030 + CyberVision 64 + 14 Mb fast ram           (Jan-Tore Eliassen)
  184. - A4000/040 + CyberVision 64 + 20 Mb fast ram           (Fabio Rotondo)
  185. - A4000/40 28MHz, 16MB RAM, CyberVision64        (Daniele Carnino)
  186.  
  187.  
  188.  
  189.  
  190. REPORTED TO CRASH ON:
  191. - A1200 + 030/881 @40Mhz, 18 MB RAM total, 3.0          (Colin Faye Thompson)
  192.  
  193.  
  194.  
  195.  
  196. THANKS TO FLX BETA-TESTERS:
  197. - Colin Faye Thompson
  198. - Jan-Tore Eliassen
  199.  
  200.  
  201.  
  202. THANKS FOR BUG REPORT TO:
  203. - Daniele Carnino
  204. - Peter Mysliwy
  205. - Jan-Tore Eliassen
  206. - Colin Faye Thompson
  207. - Bahman Moallem
  208.  
  209.  
  210.  
  211. REQUIRED FOR USED:
  212. - gadtools.library : (C) by Commodore Amiga Inc.
  213.  
  214.  
  215.  
  216.  
  217. FUTURES:
  218. - gfx card support (cybergraphX)
  219. - higher speed
  220. - correction of some bugs
  221. - lower memory consume
  222. - control of the timer for images syncronism (now not implemented !)
  223. - best palette : use of the best colours to modify the Workbench original ones and
  224.   mix them with the colours of the animation
  225. - new files' format implementation : MPEG, IFF anim, AVI, .....
  226. - PowerPC support code (for new Amiga!)
  227.  
  228.  
  229.  
  230.  
  231.  
  232.                               LEGAL INFORMATION
  233.  
  234.  
  235. COPYRIGHT:
  236.   FLX is COPYRIGHT © 1996 by Alfredo Ornaghi.
  237.  
  238.  
  239. DISCLAIMER:
  240.   This software is provided "as it is". No warranties are made. Use this
  241.   software at your own risk. The author assumes no responsibility for any
  242.   damage caused by the use of this software.
  243.  
  244.  
  245. DISTRIBUTION:
  246.   The permission to distribute copies of FLX on disk is granted provided
  247.   that NO MONEY is charged beyond the cost of the disk.
  248.  
  249.   The permission to distribute FLX electronically on computer network and
  250.   Bulletting Board System (BBS) is granted provided that NO MONEY is charged
  251.   for accessing or download the archive.
  252.   The permission to distribute FLX on all CD archives is granted.
  253.  
  254.   Commercial distributors of freely distributable software are NOT allowed to
  255.   distribute FLX.
  256.  
  257.  
  258.  
  259.  
  260.  
  261. Bug reports and new ideas are welcome :) Write me!
  262.  
  263.  
  264.           ------------------------------------------------------------
  265.          |     //          | Alfredo Ornaghi (Amiga user!)            |
  266.          |    //  Amiga    | E-Mail   : ted@intercom.it               |
  267.          | \\X/ forever!!! | Web site : http://www.intercom.it/~ted/  |
  268.           ------------------------------------------------------------
  269.